* blockinput.h (UNBLOCK_INPUT): We cannot assume that SIGIO is
authorJim Blandy <jimb@redhat.com>
Mon, 10 May 1993 00:17:08 +0000 (00:17 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 10 May 1993 00:17:08 +0000 (00:17 +0000)
commitad163903cc2d44a2033312d0685031d54aafffb2
tree2f07f56adfc0a53be05cffec75b8ed15f636442c
parentbe269961dc77973b482f07bd5c84cb9093e4443c
* blockinput.h (UNBLOCK_INPUT): We cannot assume that SIGIO is
defined everywhere this file is #included; merge the two
definitions for defined (SIGIO) and ! defined (SIGIO) into one,
which calls reinvoke_input_signal if interrupt_input_pending is
set.
* keyboard.c (reinvoke_input_signal): New function.

* keyboard.c (syms_of_keyboard): Doc fix for
extra-keyboard-modifiers.
src/keyboard.c